home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 January / Chip_2004-01_cd1.bin / software / rosoft / rosoft.exe / {app} / RosoftLameEncoderFree.exe / 0 / RCDATA / TMMDESIGNERFORM / TMMDESIGNERFORM.txt
Encoding:
Text File  |  2003-11-07  |  2.7 KB  |  134 lines

  1. object MMDesignerForm: TMMDesignerForm
  2.   Left = 173
  3.   Top = 129
  4.   BorderStyle = bsNone
  5.   Caption = 'Designer'
  6.   ClientHeight = 236
  7.   ClientWidth = 131
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   FormStyle = fsStayOnTop
  14.   OnHide = FormHide
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object MMPanel1: TMMPanel
  19.     Left = 0
  20.     Top = 0
  21.     Width = 131
  22.     Height = 236
  23.     Align = alClient
  24.     Bevel.BevelInner = bvLowered
  25.     Bevel.BevelOuter = bvRaised
  26.     Bevel.BevelInnerWidth = 1
  27.     Bevel.BevelOuterWidth = 1
  28.     Bevel.BorderStyle = bsSingle
  29.     Bevel.BorderWidth = 1
  30.     Bevel.BorderSpace = 0
  31.     Bevel.BorderColor = clBtnFace
  32.     Bevel.BorderSpaceColor = clBlack
  33.     Bevel.InnerLightColor = clBtnHighlight
  34.     Bevel.InnerShadowColor = clBtnShadow
  35.     Bevel.OuterLightColor = clBtnHighlight
  36.     Bevel.OuterShadowColor = clBtnShadow
  37.     TabOrder = 0
  38.     object Label1: TLabel
  39.       Left = 10
  40.       Top = 72
  41.       Width = 65
  42.       Height = 13
  43.       Caption = 'Visible groups'
  44.     end
  45.     object Bevel1: TBevel
  46.       Left = 8
  47.       Top = 195
  48.       Width = 113
  49.       Height = 2
  50.       Shape = bsTopLine
  51.     end
  52.     object Bevel2: TBevel
  53.       Left = 8
  54.       Top = 67
  55.       Width = 113
  56.       Height = 2
  57.       Shape = bsTopLine
  58.     end
  59.     object btnClose: TButton
  60.       Left = 68
  61.       Top = 204
  62.       Width = 54
  63.       Height = 23
  64.       Caption = '&Close'
  65.       Default = True
  66.       ModalResult = 1
  67.       TabOrder = 7
  68.     end
  69.     object ckbActive: TCheckBox
  70.       Left = 11
  71.       Top = 8
  72.       Width = 113
  73.       Height = 17
  74.       Caption = 'Designer &Active'
  75.       TabOrder = 0
  76.       OnClick = CheckBoxClick
  77.     end
  78.     object ckbAuto: TCheckBox
  79.       Left = 11
  80.       Top = 26
  81.       Width = 113
  82.       Height = 17
  83.       Caption = 'Auto &Update'
  84.       TabOrder = 1
  85.       OnClick = CheckBoxClick
  86.     end
  87.     object ckbSound: TCheckBox
  88.       Left = 11
  89.       Top = 44
  90.       Width = 113
  91.       Height = 17
  92.       Caption = '&Sounds Enabled'
  93.       TabOrder = 2
  94.       OnClick = CheckBoxClick
  95.     end
  96.     object btnHeight: TButton
  97.       Left = 9
  98.       Top = 204
  99.       Width = 54
  100.       Height = 23
  101.       Caption = '&Height...'
  102.       TabOrder = 6
  103.       OnClick = btnHeightClick
  104.     end
  105.     object GroupBox: TListBox
  106.       Left = 9
  107.       Top = 89
  108.       Width = 111
  109.       Height = 72
  110.       ItemHeight = 13
  111.       MultiSelect = True
  112.       TabOrder = 3
  113.     end
  114.     object btnAll: TButton
  115.       Left = 9
  116.       Top = 168
  117.       Width = 54
  118.       Height = 23
  119.       Caption = '&All'
  120.       TabOrder = 4
  121.       OnClick = btnAllClick
  122.     end
  123.     object btnNone: TButton
  124.       Left = 68
  125.       Top = 168
  126.       Width = 54
  127.       Height = 23
  128.       Caption = '&None'
  129.       TabOrder = 5
  130.       OnClick = btnNoneClick
  131.     end
  132.   end
  133. end
  134.